home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tune20.zip / SONGS.DOC < prev    next >
Text File  |  1992-04-13  |  15KB  |  338 lines

  1.  
  2.                                Name that Tune 2.0
  3.                                    =========
  4.  
  5.          One of The Livewire BBS PCBoard(TM) multi-BBS Doorware programs.
  6.                  Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  7.                         Remote Access, SpitFire and WWIV
  8.  
  9.                                   Written By
  10.  
  11.                                 Richard Paquette
  12.                                    PO Box 416
  13.                               Mt. Laurel, NJ 08054
  14.                                (C) Copyright 1991
  15.                                All Rights Reserved
  16.  
  17.                  DOOR DESCRIPTION!
  18.  
  19.   The "Name that Tune" door is one of it's kind.. it will challenge a user by
  20.   giving them the first "exact" line of a song and let them guess the exact
  21.   name of that song!
  22.  
  23.   The player is only given FIVE questions.. each having three guesses at a
  24.   randomly selected song and the point worth is randomly selected for each
  25.   song.. the value of points is based on: Five time worth on first guess,
  26.   doubled on the second guess and even money on third guess.
  27.  
  28.   After the three questions the user is brought back to the Main Menu where
  29.  they can view current scores or quit to the BBS.. 
  30.  
  31.                                       FILES
  32.  
  33.             The following files are packaged with TV13.ZIP
  34.  
  35.  songs.exe      <--- executable program must be in directory at all times
  36.  songs.cfg      <--- sample configuration file, must have one for each node
  37.  songs          <--- Sample batch file to call up door program
  38.  songs.doc      <--- What you are reading right now
  39.  songdata.dat   <--- Original question/answer file
  40.  History.doc    <--- History of door versions
  41.  
  42. Example Configuration for Name that Tune
  43.  
  44.         c:\pcb\users.sys         <=- Full name of your systems file (see below)
  45.         The Livewire BBS         <=- Full name of your BBS
  46.         Richard                  <=- Full first name of Sysop
  47.         Paquette                 <=- Full last name of Sysop
  48.         123456                   <=- Your reg number (Something must be here!)
  49.  
  50. REGISTERED DOOR INFORMATION
  51.  
  52.  Once this door is registered, you can get "songutil.exe" which will
  53.  allow you to add all the questions and answers you want to the existing
  54.  data files...
  55.  
  56. GENERAL CONFIGURATION EXAMPLES
  57.  
  58.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  59.         ------------------------------------------
  60.  
  61.         C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  62.         The Livewire BBS    <=-  (Change this to your BBS name)
  63.         Richard             <=-  (The Sysop's first name)
  64.         Paquette            <=-  (The Sysop's last name)
  65.  
  66.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  67.         ------------------------------------------
  68.  
  69.         C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  70.         The Livewire BBS    <=-  (Change this to your BBS name)
  71.         Richard             <=-  (The Sysop's first name)
  72.         Paquette            <=-  (The Sysop's last name)
  73.  
  74.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  75.         ---------------------------------------
  76.  
  77.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  78.         The Livewire BBS    <=-  (Change this to your BBS name)
  79.         Richard             <=-  (The Sysop's first name)
  80.         Paquette            <=-  (The Sysop's last name)
  81.  
  82.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  83.         -------------------------------------------
  84.  
  85.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  86.         The Livewire BBS    <=-  (Change this to your BBS name)
  87.         Richard             <=-  (The Sysop's first name)
  88.         Paquette            <=-  (The Sysop's last name)
  89.  
  90.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  91.         -------------------------------------------
  92.  
  93.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  94.                                   where 'x' is the BBS Node number.
  95.         The Livewire BBS    <=-  (Change this to your BBS name)
  96.         Richard             <=-  (The Sysop's first name)
  97.         Paquette            <=-  (The Sysop's last name)
  98.  
  99.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  100.         ------------------------------------------
  101.  
  102.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  103.         The Livewire BBS    <=-  (Change this to your BBS name)
  104.         Richard             <=-  (The Sysop's first name)
  105.         Paquette            <=-  (The Sysop's last name)
  106.  
  107.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  108.         ----------------------------------------
  109.  
  110.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  111.         The Livewire BBSS   <=-  (Change this to your BBS name)
  112.         Richard             <=-  (The Sysop's first name)
  113.         Paquette            <=-  (The Sysop's last name)
  114.  
  115.                               ==============
  116.  
  117.                         Name that Tune BATCH FILE
  118.  
  119. This is the batch file whose name is entered in PCBSETUP. It should reside in
  120. your default PCB directory. Leave this as is except for changing the paths.
  121.  
  122.           ECHO OFF
  123.           C:
  124.           CD\SONGS
  125.           SONGS SONGS.CFG  <--- Please read NOTE below
  126.           C:
  127.           CD\PCB
  128.           BOARD
  129.  
  130.   NOTE: SONGS requires the presence of BRUN45.EXE either in the
  131.         same directory as Songs or accessible via PATH. If you set
  132.         your library in autoexec.bat and all the brun files there,
  133.         then you have no problems.. 
  134.  
  135.         SET MYLIB = C:\MYLIB
  136.  
  137.         Be sure to put all your brun*.exe files in the mylib directory!
  138.  
  139.  
  140. IMPORTANT NOTE FOR NON STANDARD IRQ's:
  141.  
  142.                   Supports COM 1 to 4 on the standard IRQ's
  143.                     Com1/Com3 = IRQ4 and Com2/Com4 = IRQ3
  144.  
  145.                You can make use of the IRQ environment variable
  146.  
  147.     If you wish to use a non-standard IRQ, add the IRQ number after the 
  148. configuration filename. For example the program is STORE and you want to use 
  149. Com1 and IRQ5. The command line passed to your door would be:
  150.  
  151.                             STORE STORE.CFG /5 
  152.                                    or
  153.              STORE STORE.CFG /%IRQ% using the environment variable
  154.  
  155.     The /5 tells STORE to use IRQ5 rather than the standard IRQ4 that is
  156. normally used with COM1. No /x parameter is needed for the standard IRQ's.
  157.  
  158.    You can also make use of the PCBoard environment variables such as:
  159.  PCBDRIVE and PCBDIR. Or you can use your own for example, let's say that
  160.  your system runs on D: drive and your system directory is call GAP then
  161.  you could use the variables at the start of your batch file such as:
  162.  
  163.    d:\
  164.    cd\doors\facts
  165.    set pcbdrive=d:
  166.    set pcbdir=\gap
  167.    facts facts.cfg
  168.    d:\
  169.    cd\gap
  170.    gap
  171.  
  172.  Then the first line in your cfg would look like this:
  173.  
  174.                      %PCBDRIVE%%PCBDIR\dorinfo.def
  175.  
  176.                                 DOOR OPERATION
  177.                                 --------------
  178.   
  179.   F3    -   Toggles the printer On/Off.
  180.             Value is passed to PCBoard.
  181.   F4    -   Toggles the Page Bell On/Off.
  182.             Value is passed to PCBoard.
  183.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  184.   F7    -   Toggles the Caller Alarm On/Off.
  185.             Value is passed to PCBoard.
  186.   F8    -   Returns the caller involuntarily to PCBoard.
  187.             Without letting them know that the sysop called them back!
  188.   F9    -   Toggles the local display On/Off.
  189.             Value is passed to PCBoard.
  190.   F10   -   Activates SysOp CHAT mode within the DOOR.
  191.  
  192.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  193.   HOME  -   HELP key for status line options.
  194.   UP    -   Allows the SysOp to temporarily give the caller extra time
  195.             while in the DOOR.  This time is NOT passed to PCBoard.
  196.   DN    -   Allows the SysOp to temporarily subtract time from the
  197.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  198.   ALT-N -   SysOp next on toggle.
  199.             Value is passed to PCBoard.
  200.   ALT-X -   PCBoard will exit after current caller logs off.
  201.             Value is passed to PCBoard.
  202.  
  203.                             WATCHDOG/CTTY/ANSI.SYS
  204.                             ----------------------
  205.  
  206.         CTTY and WATCHDOG are not required and should not be used with
  207.         this program.  Songs contains its own communication routines
  208.         which monitor the COM port.  If carrier is lost, it will return
  209.         to PCBoard where the BBS will log the user off the system.
  210.         ANSI.SYS, or something similar, is required for Songs to
  211.         function properly!
  212.  
  213.                                  DISTRIBUTION
  214.                                  ------------
  215.  
  216.         Songs is COPYRIGHTED by Richard Paquette, with all rights
  217.         reserved. This program is being distributed via the SHAREWARE
  218.         concept and as such, may be copied freely with the following
  219.         restrictions:
  220.  
  221.                 * The program must be supplied in it's original
  222.                   unmodified form, including documentation.
  223.  
  224.                 * Songs may not be distributed as part of any
  225.                   commercial application or service without the
  226.                   express, written consent of the author.
  227.  
  228.                 * Vendors of Shareware/Public Domain software may
  229.                   not distribute this program without the express,
  230.                   written consent of the author.
  231.  
  232.                                  REGISTRATION
  233.                                  ------------
  234.  
  235.         Songs represents many hours of programming and the author
  236.         deserves just compensation for his time, efforts and expertise.
  237.         If you find this program to be of some value and you continue
  238.         to use it on your BBS system, you must return the registration
  239.         form provided along with the registration fee. Registration
  240.         entitles you to free upgrades from The Livewire BBS.
  241.  
  242.            **********           REGISTER ONLINE          ***********
  243.  
  244.         You may also call The Livewire BBS and register online via Visa 
  245.         or Mastercard using our online Credit Card door which will produce
  246.         your registration number on the spot! At the Main Board Prompt just
  247.         type  REGISTER  and presto your registration number is given to you
  248.  
  249.         Special access to the Songs Door Conference will be given within
  250.         48 hours after your door registration is received for new versions
  251.         of Songs, Songs Utility along with larger DATA files which are
  252.         created by other Songs registered systems..
  253.  
  254.         Suggestions and/or comments may be sent to the address below or
  255.         via electronic mail to: 
  256.    
  257.               The Livewire BBS 609-235-5297 Mt.Laurel, NJ 08054
  258.                               Richard Paquette
  259.           RelayNet Node ID: LIVEWIRE or Inlelec Node ID is: LIVEWIRE
  260.     
  261.                             ----------------------
  262.  
  263.                    D O O R   R E G I S T R A T I O N   F O R M 
  264.  
  265.  
  266.       TO:    Richard Paquette                                 Date___/___/___ 
  267.              P.O. Box 416
  268.              Mt. Laurel, NJ 08054
  269.  
  270.  
  271.             (Please use capitalization and punctuation where necessary.)
  272.  
  273.  
  274.       FROM:  SysOp Name: _______________________________________________ 
  275.  
  276.              BBS Name: _________________________________________________
  277.  
  278.              Address: __________________________________________________ 
  279.  
  280.              City: ______________________ State: __________ ZIP: _______ 
  281.  
  282.              Voice: (   ) _________________ BBS: (   ) _________________
  283.  
  284.              BBS Software: _____________________ BBS Hours: ____________
  285.  
  286.              Baud Rates:________________________                 (09-06)
  287.  
  288.  
  289.       SOFTWARE                          VERSION                   PRICE 
  290.       --------                          -------                   -----
  291.  
  292.       CD Sub ............................ 3.8 ................. $ 30.00 __
  293.       Sex Quiz .......................... 2.1 ................. $ 35.00 __
  294.       Trek Trivia Online ................ 3.1 ................. $ 30.00 __
  295.       Lottery ........................... 3.9 ................. $ 20.00 __
  296.       WordPlay .......................... 1.7 ................. $ 20.00 __
  297.       Facts ............................. 2.5 ................. $ 20.00 __
  298.       Choice ............................ 2.1 ................. $ 20.00 __
  299.       Races ............................. 2.2 ................. $ 20.00 __
  300.       LiveStore ......................... 3.8 ................. $ 35.00 __
  301.       Feud .............................. 1.4 ................. $ 20.00 __
  302.       Tune .............................. 2.0 ................. $ 30.00 __
  303.       TvTrivia .......................... 1.6 ................. $ 30.00 __
  304.       Match-It .......................... 1.2 ................. $ 20.00 __
  305.       Colors ............................ 1.1 ................. $ 20.00 __
  306.       
  307.                                                         (Total: $350.00)
  308.  
  309.       Register all of the above at once ....................... $250.00 __
  310.       
  311.       (NJ residents add 7% tax)                                   _____
  312.  
  313.       (Foreign orders add $10.00 for shipping)                    _____
  314.  
  315.       Total                                                     $ _____ 
  316.  
  317.                                 F E E D B A C K 
  318.                                 ---------------
  319.  
  320.       I learned of this program from:
  321.  
  322.                 [  ] - Salt Air BBS     [  ] - Computer Club
  323.                 [  ] - Another BBS      [  ] - Compuserve
  324.                 [  ] - GEnie            [  ] - Other Source 
  325.  
  326.       If you checked off Another BBS, could you please let us know
  327.       which one:_____________________________________________________
  328.  
  329.       COMMENTS: _____________________________________________________ 
  330.       _______________________________________________________________ 
  331.       _______________________________________________________________ 
  332.       _______________________________________________________________ 
  333.       _______________________________________________________________ 
  334.       _______________________________________________________________ 
  335.       _______________________________________________________________ 
  336.       _______________________________________________________________ 
  337.  
  338.